home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI193.ASC < prev    next >
Text File  |  1991-09-11  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 193
  10.   VERSION : 3.00x
  11.        OS : CP/M-80
  12.      DATE : April 10, 1986                               PAGE : 1/1
  13.     TITLE : DIFFERENCES BETWEEN VERSIONS 2.0 AND 3.0
  14.  
  15.  
  16.  
  17.  
  18.   1. CHAIN
  19.  
  20.        Chain and Execute no longer set the flag in the command line
  21.        parameter.
  22.  
  23.   2. INLINE
  24.  
  25.        A constant identifier used in an INLINE statement does not
  26.        always generate two bytes of code.
  27.  
  28.   3. FILES
  29.  
  30.        New FIB formats.
  31.  
  32.        BlockRead / BlockWrite: An optional 4th parameter on both
  33.        the  BlockRead and BlockWrite procedures returns the number
  34.        of  blocks actually read or written.
  35.  
  36.        SeekEoln function.
  37.  
  38.        SeekEof function.
  39.  
  40.   4. OVERLAYS
  41.  
  42.        The Y compiler directive is no longer supported. Instead,
  43.        the  OvrDrive standard procedure may be used to specify the
  44.        drive  on which overlay files reside.
  45.  
  46.   5. MISCELLANEOUS
  47.  
  48.        The Exit Procedure - terminates execution of the current
  49.        block  (procedure, function, or program).
  50.  
  51.        The ParamCount function returns the number of parameters
  52.        entered on the command line.
  53.  
  54.        The ParamStr function - returns the Nth parameter from the
  55.        command line.
  56.  
  57.   NOTE:     A sample program, CMDLIN.PAS, on the Turbo Pascal3.0
  58.             distribution disk demonstrates these new functions.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.